home *** CD-ROM | disk | FTP | other *** search
/ Top 200 Programs / Top 200 Programs.iso / Bob8 / oakley / wrdw9511 / product / WORDWRES.EXE / 0 / RCDATA / TSHAREWAREREMINDER / TSHAREWAREREMINDER.txt
Text File  |  1996-03-05  |  2KB  |  119 lines

  1. object SharewareReminder: TSharewareReminder
  2.   Left = 463
  3.   Top = 120
  4.   BorderStyle = bsDialog
  5.   Caption = 'Shareware Reminder'
  6.   ClientHeight = 378
  7.   ClientWidth = 459
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnKeyDown = FormKeyDown
  17.   OnShow = FormShow
  18.   TextHeight = 19
  19.   object Bevel2: TBevel
  20.     Left = 52
  21.     Top = 200
  22.     Width = 357
  23.     Height = 57
  24.     Shape = bsFrame
  25.     Style = bsRaised
  26.   end
  27.   object Bevel1: TBevel
  28.     Left = 64
  29.     Top = 52
  30.     Width = 329
  31.     Height = 137
  32.   end
  33.   object NoticeLabel: TLabel
  34.     Left = 72
  35.     Top = 56
  36.     Width = 313
  37.     Height = 125
  38.     AutoSize = False
  39.     Font.Color = clRed
  40.     Font.Height = -17
  41.     Font.Name = 'Arial'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     Transparent = True
  45.   end
  46.   object UsageLabel: TLabel
  47.     Left = 56
  48.     Top = 204
  49.     Width = 349
  50.     Height = 49
  51.     Alignment = taCenter
  52.     AutoSize = False
  53.     Font.Color = clBlack
  54.     Font.Height = -18
  55.     Font.Name = 'Arial'
  56.     Font.Style = []
  57.     ParentFont = False
  58.   end
  59.   object Panel1: TPanel
  60.     Left = 4
  61.     Top = 4
  62.     Width = 453
  63.     Height = 39
  64.     BevelWidth = 2
  65.     Color = clTeal
  66.     TabOrder = 0
  67.     object ProgNameLabel: TLabel
  68.       Left = 4
  69.       Top = 4
  70.       Width = 445
  71.       Height = 29
  72.       Alignment = taCenter
  73.       AutoSize = False
  74.       Font.Color = clBlack
  75.       Font.Height = -23
  76.       Font.Name = 'Arial'
  77.       Font.Style = []
  78.       ParentFont = False
  79.       Transparent = True
  80.     end
  81.   end
  82.   object OkButton: TButton
  83.     Left = 96
  84.     Top = 268
  85.     Width = 125
  86.     Height = 33
  87.     Caption = '&Ok'
  88.     TabOrder = 1
  89.     OnClick = OkButtonClick
  90.   end
  91.   object OrderButton: TButton
  92.     Left = 244
  93.     Top = 268
  94.     Width = 121
  95.     Height = 33
  96.     Caption = 'O&rder'
  97.     TabOrder = 2
  98.     OnClick = OrderButtonClick
  99.   end
  100.   object CodePanel: TPanel
  101.     Left = 4
  102.     Top = 320
  103.     Width = 453
  104.     Height = 49
  105.     TabOrder = 3
  106.     object Label1: TLabel
  107.       Left = 4
  108.       Top = 4
  109.       Width = 445
  110.       Height = 41
  111.       Alignment = taCenter
  112.       AutoSize = False
  113.       Caption = 
  114.         'If you are in a hurry, we can provide you with a temporary regis' +
  115.         'tration code.  Please contact us for details.'
  116.     end
  117.   end
  118. end
  119.